-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix to allow quilting with non-factors for layout #192
Fix to allow quilting with non-factors for layout #192
Conversation
@chan-hoo just to confirm, you are not expecting this to change the results for thee regression tests, correct? |
You're correct. I think the regression tests would be set with factors for layout or quilting=false. |
Thanks, @chan-hoo. That's good to know. I'll pull this into release/public-v2 right away. This removes the urgency of the commit for the develop branches. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see any of the comments that were to be removed, all good.
Description
When the layout values (lx, ly) in the input file 'input.nml' are not factors of (npx-1) and (npy-1) respectively, quilting does not work.
Issue(s) addressed
Testing
It has passed the regression test on Hera.
It makes quilting work with non-factors for layout (two cases tested):